home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / tsbat27.arc / RULER.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-19  |  342 b   |  13 lines

  1. @echo off
  2.  
  3. rem Ruler by Prof. Timo Salmi 9-Jul-91
  4. rem This simple batch helps to pinpoint the columns of the screen by
  5. rem displaying a ruler. The batch uses ansi escape sequences to avoid
  6. rem excessive scrolling.
  7.  
  8. echo A
  9. echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
  10. echo A
  11.  
  12. echo on
  13.